[INFO] cloning repository https://github.com/RemyCiterin/compiler-experiments
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/RemyCiterin/compiler-experiments" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRemyCiterin%2Fcompiler-experiments", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRemyCiterin%2Fcompiler-experiments'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 99b0073b182ccae774b2a39c8ea4fd7b6656a7d9
[INFO] fixing RemyCiterin/compiler-experiments against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRemyCiterin%2Fcompiler-experiments" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/RemyCiterin/compiler-experiments
[INFO] finished tweaking git repo https://github.com/RemyCiterin/compiler-experiments
[INFO] tweaked toml for git repo https://github.com/RemyCiterin/compiler-experiments written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/RemyCiterin/compiler-experiments on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/RemyCiterin/compiler-experiments already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded parsable v1.0.0
[INFO] [stderr]   Downloaded peg-runtime v0.8.5
[INFO] [stderr]   Downloaded peg v0.8.5
[INFO] [stderr]   Downloaded peg-macros v0.8.5
[INFO] [stderr]   Downloaded parsable-macro v0.1.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] fdf995e451a064bd2020b32a85b554a8bd3044cc2443fa45d5f7b3d1f11fac4d
[INFO] running `Command { std: "docker" "start" "fdf995e451a064bd2020b32a85b554a8bd3044cc2443fa45d5f7b3d1f11fac4d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "fdf995e451a064bd2020b32a85b554a8bd3044cc2443fa45d5f7b3d1f11fac4d" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fdf995e451a064bd2020b32a85b554a8bd3044cc2443fa45d5f7b3d1f11fac4d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "fdf995e451a064bd2020b32a85b554a8bd3044cc2443fa45d5f7b3d1f11fac4d" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking memchr v2.7.5
[INFO] [stderr]    Compiling slotmap v1.0.7
[INFO] [stderr]    Compiling peg-runtime v0.8.5
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling peg-macros v0.8.5
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking peg v0.8.5
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling parsable-macro v0.1.1
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking parsable v1.0.0
[INFO] [stderr]     Checking compiler-experiments v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: cannot find module or crate `rand` in this scope
[INFO] [stdout]    --> src/utils/trie.rs:479:13
[INFO] [stdout]     |
[INFO] [stdout] 479 |         use rand::prelude::*;
[INFO] [stdout]     |             ^^^^ use of unresolved module or unlinked crate `rand`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `rand`, use `cargo add rand` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::trie`
[INFO] [stdout]    --> src/utils/trie.rs:427:16
[INFO] [stdout]     |
[INFO] [stdout] 427 |     use crate::trie::*;
[INFO] [stdout]     |                ^^^^ unresolved import
[INFO] [stdout]     |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]     |
[INFO] [stdout] 427 |     use crate::utils::trie::*;
[INFO] [stdout]     |                +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0004]: non-exhaustive patterns: `&ssa::Instr::Divergence` and `&ssa::Instr::Convergence` not covered
[INFO] [stdout]    --> src/ssa/instselect.rs:184:15
[INFO] [stdout]     |
[INFO] [stdout] 184 |         match instr {
[INFO] [stdout]     |               ^^^^^ patterns `&ssa::Instr::Divergence` and `&ssa::Instr::Convergence` not covered
[INFO] [stdout]     |
[INFO] [stdout] note: `ssa::Instr<Op1, Cond1>` defined here
[INFO] [stdout]    --> src/ssa/mod.rs:56:10
[INFO] [stdout]     |
[INFO] [stdout]  56 | pub enum Instr<Op, Cond> {
[INFO] [stdout]     |          ^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  70 |     Divergence,
[INFO] [stdout]     |     ---------- not covered
[INFO] [stdout] ...
[INFO] [stdout]  73 |     Convergence,
[INFO] [stdout]     |     ----------- not covered
[INFO] [stdout]     = note: the matched value is of type `&ssa::Instr<Op1, Cond1>`
[INFO] [stdout] help: ensure that all possible cases are being handled by adding a match arm with a wildcard pattern, a match arm with multiple or-patterns as shown, or multiple match arms
[INFO] [stdout]     |
[INFO] [stdout] 220 ~             },
[INFO] [stdout] 221 +             &ssa::Instr::Divergence | &ssa::Instr::Convergence => todo!()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0004]: non-exhaustive patterns: `&ssa::Instr::Divergence` and `&ssa::Instr::Convergence` not covered
[INFO] [stdout]    --> src/ssa/instselect.rs:184:15
[INFO] [stdout]     |
[INFO] [stdout] 184 |         match instr {
[INFO] [stdout]     |               ^^^^^ patterns `&ssa::Instr::Divergence` and `&ssa::Instr::Convergence` not covered
[INFO] [stdout]     |
[INFO] [stdout] note: `ssa::Instr<Op1, Cond1>` defined here
[INFO] [stdout]    --> src/ssa/mod.rs:56:10
[INFO] [stdout]     |
[INFO] [stdout]  56 | pub enum Instr<Op, Cond> {
[INFO] [stdout]     |          ^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  70 |     Divergence,
[INFO] [stdout]     |     ---------- not covered
[INFO] [stdout] ...
[INFO] [stdout]  73 |     Convergence,
[INFO] [stdout]     |     ----------- not covered
[INFO] [stdout]     = note: the matched value is of type `&ssa::Instr<Op1, Cond1>`
[INFO] [stdout] help: ensure that all possible cases are being handled by adding a match arm with a wildcard pattern, a match arm with multiple or-patterns as shown, or multiple match arms
[INFO] [stdout]     |
[INFO] [stdout] 220 ~             },
[INFO] [stdout] 221 +             &ssa::Instr::Divergence | &ssa::Instr::Convergence => todo!()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0004, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0004`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `compiler-experiments` (lib test) due to 3 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0004`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `compiler-experiments` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "fdf995e451a064bd2020b32a85b554a8bd3044cc2443fa45d5f7b3d1f11fac4d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fdf995e451a064bd2020b32a85b554a8bd3044cc2443fa45d5f7b3d1f11fac4d", kill_on_drop: false }`
[INFO] [stdout] fdf995e451a064bd2020b32a85b554a8bd3044cc2443fa45d5f7b3d1f11fac4d
